home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / renegade / bwstp22.zip / HISTORY.TXT < prev    next >
Text File  |  1996-06-03  |  4KB  |  91 lines

  1.                             Top Post History File
  2.                             =====================
  3.  
  4.  
  5. August 1, 1995 - 1.0 in Beta Testing
  6. --------------
  7.  
  8.         1) Totally revamped code for my own sanity and speed.
  9.         2) Now uses a config file!
  10.                 - Configurable # of Top Posters
  11.                 - Configurable output file
  12.                 - Configurable path to renegade.dat.
  13.                 - Option to include SysOp or not in list.
  14.         3) Colors added to output file using ansi codes!
  15.         4) Nicer output.  A '.' for each user read, shows what's going
  16.            on inside program (opening users.dat etc.)
  17.  
  18. November 15, 1995 - Version 2.0 Released (first public release)
  19. -----------------
  20.  
  21.          5) Fixed error if used had ZERO (0) logons.  When computing PCR
  22.             the program would crash with a run-time error 200 - division
  23.             by zero.  This is now fixed.  Anyone with zero logons has a 
  24.             PCR of zero.
  25.  
  26.          6) Fixed file sharing/opening problems between Top Post and 
  27.             Renegade in multiple node/window operations.  Previously, if
  28.             Top Post was running and reading the USERS.DAT file, and RG
  29.             tried to access it, RG would crash with an error #5 - file
  30.             access denied because Top Post was "hogging" it. :)  This is
  31.             now fixed. :)
  32.  
  33.          7) Loads of new configurable options definable in the TOPPOST.CFG
  34.             file!
  35.                 a.  Clear or do not clear the screen before display.
  36.                 b.  Define list title color.
  37.                 c.  Define column headers color.
  38.                 d.  Define top line border color.
  39.                 e.  Define side line border color.
  40.                 f.  Define bottom line border color.
  41.                 g.  Define rank listing color.
  42.                 h.  Define user name listing color.
  43.                 i.  Define # of posts listing color.
  44.                 j.  Define PCR listing color.
  45.                 k.  Define PCR percent sign color.
  46.  
  47.          8) Fixed a programming error where it wouldn't pad a zero correctly
  48.             for Renegade's color code if you entered a code # less then 10 
  49.             as the color #!  This was a stupid mistake that I was able to 
  50.             catch before I released it! :)  Gotta watch those things!
  51.  
  52.          9) Top Post is now Desqview aware!
  53.  
  54. March 8, 1996 - Version 2.1a Released 
  55. -------------
  56.  
  57.        *** Recompiled using updated v04-05 data file structures ***
  58.  
  59. April 8, 1996 - Version 2.1b Released (Support for RG v04-05 EXP)
  60. -------------
  61.  
  62.         10) Added a new TOPPOST.CFG file option.  Now on line 4, you can
  63.             define what type of file you wish to create.  Valid options are
  64.             1 for plain ASCII, 2 for ASCII w/ RG Color Codes, or 3 for ANSI.
  65.  
  66.         11) Changed display slightly.
  67.                 a.  Now shows percent complete instead of a lot of dots '.'. 
  68.                     This should be a bit nicer :)
  69.                 b.  Now shows what user # it's up to and processing.
  70.                 c.  Displays output file writing completion...
  71.  
  72.         12) You can now define 2 filenames for it to create.  Each one of 
  73.             these can be a different type.  This is useful if you wish
  74.             to create both a plain ascii file and an ansi file.  You can
  75.             do both now.
  76.  
  77.         13) Lowered the # of max users to list to 50.  This decreases the 
  78.             run time significantly because there is less to sort.  I'm 
  79.             working on a faster sorting algorithm, but until I get it 
  80.             working, this should be fast enough.
  81.  
  82.         14) Halts execution if you enter an invalid # of users to list in 
  83.             your list.  It must be from 1-50.
  84.  
  85.         15) I'm sure there are a few other things I forgot, but you'll see
  86.             them.  
  87.  
  88. June 3, 1996 - Version 2.2b Released (Support for RG v4-05 & v5-11 EXP)
  89. -------------
  90.  
  91.